报错[BABEL] Note: The code generator has

– [BABEL] Note: The code generator has deoptimised the styling of *.development.js as it exceeds the max of 500KB.
字面意思是:babel警告,代码生成器已经将这块js去除了styling, 因为他超过了500KB.

1
{ test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'},